IDomainModelSerializer.DomainModelNamespace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The XML namespace of the domain model
public:
property System::String ^ DomainModelNamespace { System::String ^ get(); };
public string DomainModelNamespace { get; }
member this.DomainModelNamespace : string
Public ReadOnly Property DomainModelNamespace As String
Property Value
Remarks
Notes for implementors: should always be a valid XML namespace.