Partager via


Propriété Type

Gets or sets the type of the error context.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Type As ObjectType
    Get
    Set
'Utilisation
Dim instance As ErrorContext
Dim value As ObjectType

value = instance.Type

instance.Type = value
[DataMemberAttribute]
public ObjectType Type { get; set; }
[DataMemberAttribute]
public:
property ObjectType Type {
    ObjectType get ();
    void set (ObjectType value);
}
[<DataMemberAttribute>]
member Type : ObjectType with get, set
function get Type () : ObjectType
function set Type (value : ObjectType)

Valeur de propriété

Type : Microsoft.MasterDataServices. . :: . .ObjectType
A new instance of type ObjectType.