ExtendedProperty Constructor (ExtendedPropertyTag, Boolean) | MSG .NET Class Library |
Initializes a new instance of the ExtendedProperty class.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public ExtendedProperty( ExtendedPropertyTag tag, bool value )
public ExtendedProperty( ExtendedPropertyTag tag, bool value )
Public Sub New ( tag As ExtendedPropertyTag, value As Boolean )
Public Sub New ( tag As ExtendedPropertyTag, value As Boolean )
Dim tag As ExtendedPropertyTag Dim value As Boolean Dim instance As New ExtendedProperty(tag, value)
Dim tag As ExtendedPropertyTag Dim value As Boolean Dim instance As New ExtendedProperty(tag, value)
public ExtendedProperty( ExtendedPropertyTag tag, boolean value )
public ExtendedProperty( ExtendedPropertyTag tag, boolean value )
public function ExtendedProperty( tag : ExtendedPropertyTag, value : boolean )
public function ExtendedProperty( tag : ExtendedPropertyTag, value : boolean )
Independentsoft.Msg.ExtendedProperty = function(tag, value);
Independentsoft.Msg.ExtendedProperty = function(tag, value);
Parameters
- tag
- Type: Independentsoft.Msg ExtendedPropertyTag
The tag.
- value
- Type:
System Boolean
if set to true [value].
See Also