Type Propiedad
Gets or sets the type of the error context.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property Type As ObjectType
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.MasterDataServices. . :: . .ObjectType
A new instance of type ObjectType.