GroupDescription.ShouldSerializeGroupNames 메서드

정의

serialization 프로세스가 이 클래스의 인스턴스에 있는 GroupNames 속성의 효과적인 값을 직렬화하는지 여부를 반환합니다.

public:
 bool ShouldSerializeGroupNames();
public bool ShouldSerializeGroupNames ();
member this.ShouldSerializeGroupNames : unit -> bool
Public Function ShouldSerializeGroupNames () As Boolean

반환

Boolean

GroupNames 속성 값을 serialize해야 하면 true이고, 그렇지 않으면 false입니다.

적용 대상