In This Topic
Lenght of the tile fragment
Syntax
'Declaration
Public Property Length As System.UInteger
'Usage
Dim instance As WsiTileFragment
Dim value As System.UInteger
instance.Length = value
value = instance.Length
public System.uint Length {get; set;}
public read-write property Length: System.LongWord;
public function get,set Length : System.uint
public: __property System.uint get_Length();
public: __property void set_Length(
System.uint value
);
public:
property System.uint Length {
System.uint get();
void set ( System.uint value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also