Proprietà Type
Gets or sets the type of the error context.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public Property Type As ObjectType
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.MasterDataServices. . :: . .ObjectType
A new instance of type ObjectType.