DirectoryAttribute.Name 속성

정의

Name 속성에는 특성 이름이 포함되어 있습니다.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

속성 값

특성 이름입니다.

예외

value에 null 참조(Visual Basic의 경우 Nothing)가 포함된 경우

적용 대상