ProfileSiteId Property | |
Gets or sets SiteId
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<Guid> SiteId { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
virtual property Nullable<Guid> SiteId {
Nullable<Guid> get () sealed;
void set (Nullable<Guid> value) sealed;
}
function get_SiteId();
function set_SiteId(value);
Property Value
Type:
NullableGuidImplements
IProfileSiteIdSee Also