ReportElementMetaColumnGUID Property |
GUID of the MetaColumn of the element
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.0.0.0 (6.0.0.0)
Syntax[BrowsableAttribute(false)]
public string MetaColumnGUID { get; set; }
<BrowsableAttribute(false)>
Public Property MetaColumnGUID As String
Get
Set
public:
[BrowsableAttribute(false)]
property String^ MetaColumnGUID {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member MetaColumnGUID : string with get, set
Property Value
Type:
String
See Also