DomainModelSerializerAttribute.DomainModelId 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 id (Guid) of the domain model type that can be serialized
public:
property System::String ^ DomainModelId { System::String ^ get(); };
public string DomainModelId { get; }
member this.DomainModelId : string
Public ReadOnly Property DomainModelId As String