ReloadDomainParentDomainId Property |
The id of the parent domain.
If not specified, the parent domain is assumed to be the one
whose command this directive was a response to.
Namespace:
MFiles.VAF.Configuration.Domain.ClientDirective
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string ParentDomainId { get; set; }
Public Property ParentDomainId As String
Get
Set
public:
property String^ ParentDomainId {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also