RequestUrlDomainAliasId Property |
Gets the unique identifier of the domain alias the URL is associated with.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Guid DomainAliasId { get; set; }
Public Property DomainAliasId As Guid
Get
Set
public:
property Guid DomainAliasId {
Guid get ();
void set (Guid value);
}
member DomainAliasId : Guid with get, set
Property Value
Type:
Guid
See Also