Principal.ExtensionSet(String, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置扩展类中特性的值。
protected:
void ExtensionSet(System::String ^ attribute, System::Object ^ value);
protected void ExtensionSet (string attribute, object value);
[System.Security.SecurityCritical]
protected void ExtensionSet (string attribute, object value);
member this.ExtensionSet : string * obj -> unit
[<System.Security.SecurityCritical>]
member this.ExtensionSet : string * obj -> unit
Protected Sub ExtensionSet (attribute As String, value As Object)
参数
- attribute
- String
属性名。
- value
- Object
包含该特性值的对象。
- 属性
注解
有关此函数的示例,请参阅 System.DirectoryServices.AccountManagement 主体扩展 。