SiteConfigurationGuid Property | |
Gets or sets Guid.
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [XmlAttributeAttribute("Id")]
public string Guid { get; set; }
public:
[XmlAttributeAttribute(L"Id")]
property String^ Guid {
String^ get ();
void set (String^ value);
}
function get_Guid();
function set_Guid(value);
Property Value
Type:
StringSee Also