다음을 통해 공유


WiFiDirectServiceProvisioningInfo.IsGroupFormationNeeded 속성

정의

Wi-Fi P2P(Direct Point to Point) 그룹 형성이 필요한지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsGroupFormationNeeded { bool get(); };
bool IsGroupFormationNeeded();
public bool IsGroupFormationNeeded { get; }
var boolean = wiFiDirectServiceProvisioningInfo.isGroupFormationNeeded;
Public ReadOnly Property IsGroupFormationNeeded As Boolean

속성 값

Boolean

bool

true이면 그룹 형성이 필요합니다.

적용 대상