Gets or sets the GUID of the parent folder object.
Syntax
'Declaration
Public Property FolderGuid As Guid
'Usage
Dim instance As WebTextBankControlData
Dim value As Guid
instance.FolderGuid = value
value = instance.FolderGuid
public Guid FolderGuid {get; set;}
public read-write property FolderGuid: Guid;
public function get,set FolderGuid : Guid
public: __property Guid get_FolderGuid();
public: __property void set_FolderGuid(
Guid value
);
public:
property Guid FolderGuid {
Guid get();
void set ( Guid value);
}
Property Value
Folder GUID.
See Also