ConnectionProfileFilter.IsRoaming 속성

정의

연결 프로필 필터에서 로밍이 활성 상태인지 여부를 가져오거나 설정합니다.

public:
 property IReference<bool> ^ IsRoaming { IReference<bool> ^ get(); void set(IReference<bool> ^ value); };
IReference<bool> IsRoaming();

void IsRoaming(IReference<bool> value);
public System.Nullable<bool> IsRoaming { get; set; }
var iReference = connectionProfileFilter.isRoaming;
connectionProfileFilter.isRoaming = iReference;
Public Property IsRoaming As Nullable(Of Boolean)

속성 값

로밍할 때 True, 그렇지 않으면 false입니다.

적용 대상