Propriedade do RDL ErrorContext.Type
Gets or sets the type of the error context.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: Microsoft.MasterDataServices.ObjectType
A new instance of type ObjectType.