TwitterAccountGuid Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a Guid that uniquely identifies this object
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Guid Guid { get; set; }
Public Property Guid As Guid
Get
Set
public:
virtual property Guid Guid {
Guid get () sealed;
void set (Guid value) sealed;
}
function get_Guid();
function set_Guid(value);
Property Value
Type:
GuidA Guid that uniquely identifies this object
Return Value
Type:
GuidA Guid that uniquely identifies this object
Remarks See Also