InstanceKey.Value Propriedade
Definição
Obtém o valor de GUID associado à chave de instância atual.Gets the GUID value associated with the current instance key.
public:
property Guid Value { Guid get(); };
public Guid Value { get; }
member this.Value : Guid
Public ReadOnly Property Value As Guid
Valor da propriedade
O valor de GUID associado à chave de instância atual.The GUID value associated with the current instance key.
Comentários
Uma chave de instância é válida se e somente se seu GUID (armazenado na propriedade Value) não for GUID. Empty.An instance key is valid if and only if its GUID (stored in the Value property) is not Guid.Empty.