ManagementPath.IsSingleton Propriedade
Definição
Obtém ou define um valor que indica se este é um caminho de instância singleton.Gets or sets a value indicating whether this is a singleton instance path.
public:
property bool IsSingleton { bool get(); };
public bool IsSingleton { get; }
member this.IsSingleton : bool
Public ReadOnly Property IsSingleton As Boolean
Valor da propriedade
Retorna um Boolean valor que indica se este é um caminho de instância singleton.Returns a Boolean value indicating whether this is a singleton instance path.
Comentários
Valor da propriedadeProperty Value
true Se este for um caminho de instância singleton; caso contrário, false .true if this is a singleton instance path; otherwise, false.
Segurança do .NET Framework.NET Framework Security
Confiança total para o chamador imediato.Full trust for the immediate caller. Este membro não pode ser usado pelo código parcialmente confiável.This member cannot be used by partially trusted code. Para obter mais informações, consulte usando bibliotecas de código parcialmente confiável.For more information, see Using Libraries from Partially Trusted Code.