ManagementBaseObject.SetPropertyQualifierValue(String, String, Object) Método
Definição
Define o valor do qualificador de propriedade especificado.Sets the value of the specified property qualifier.
public:
void SetPropertyQualifierValue(System::String ^ propertyName, System::String ^ qualifierName, System::Object ^ qualifierValue);
public void SetPropertyQualifierValue (string propertyName, string qualifierName, object qualifierValue);
member this.SetPropertyQualifierValue : string * string * obj -> unit
Public Sub SetPropertyQualifierValue (propertyName As String, qualifierName As String, qualifierValue As Object)
Parâmetros
- propertyName
- String
O nome da propriedade à qual pertence o qualificador.The name of the property to which the qualifier belongs.
- qualifierName
- String
O nome do qualificador de propriedade de interesse.The name of the property qualifier of interest.
- qualifierValue
- Object
O novo valor para o qualificador.The new value for the qualifier.
Comentários
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.