Xceed Words for .NET v3.0 Documentation
CustomProperty Constructor(String,DateTime,Formatting)


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace > CustomProperty Class > CustomProperty Constructor : CustomProperty Constructor(String,DateTime,Formatting)
The name of the custom property.
The value of the custom property.
The formatting of the custom property value. By default, Null.
Initializes a new instance of the CustomProperty class for a date time value.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal value As Date, _
   Optional ByVal formatting As Formatting _
)
'Usage
 
Dim name As String
Dim value As Date
Dim formatting As Formatting
 
Dim instance As New CustomProperty(name, value, formatting)
public CustomProperty( 
   string name,
   DateTime value,
   Formatting formatting
)

Parameters

name
The name of the custom property.
value
The value of the custom property.
formatting
The formatting of the custom property value. By default, Null.

Return Value

The newly created custom property.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CustomProperty Class
CustomProperty Members
Overload List