다음을 통해 공유


WiFiDirectAdvertisement.IsAutonomousGroupOwnerEnabled 속성

정의

자율 그룹 소유자를 사용할지 여부입니다.

public:
 property bool IsAutonomousGroupOwnerEnabled { bool get(); void set(bool value); };
bool IsAutonomousGroupOwnerEnabled();

void IsAutonomousGroupOwnerEnabled(bool value);
public bool IsAutonomousGroupOwnerEnabled { get; set; }
var boolean = wiFiDirectAdvertisement.isAutonomousGroupOwnerEnabled;
wiFiDirectAdvertisement.isAutonomousGroupOwnerEnabled = boolean;
Public Property IsAutonomousGroupOwnerEnabled As Boolean

속성 값

Boolean

bool

자율 그룹 소유자를 사용할지 여부입니다.

설명

이 속성의 기본값은 FALSE입니다.

적용 대상