Selerix Developer Tools
Type Property (BinaryDataType)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > BinaryDataType Class : Type Property
Gets or sets the type.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property Type As FileType
'Usage
 
Dim instance As BinaryDataType
Dim value As FileType
 
instance.Type = value
 
value = instance.Type
[XmlAttribute()]
[DefaultValue()]
public virtual FileType Type {get; set;}
public read-write property Type: FileType; virtual; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set Type : FileType
[XmlAttribute()]
[DefaultValue()]
public: __property virtual FileType get_Type();
public: __property virtual void set_Type( 
   FileType value
);
[XmlAttribute()]
[DefaultValue()]
public:
virtual property FileType Type {
   FileType get();
   void set (    FileType value);
}

Property Value

The type.
See Also

Reference

BinaryDataType Class
BinaryDataType Members