DataContract.ContractType 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.
Gets the contract type name for this data contract.
public:
virtual property System::String ^ ContractType { System::String ^ get(); };
public virtual string? ContractType { get; }
member this.ContractType : string
Public Overridable ReadOnly Property ContractType As String