MessageContractMemberAttribute::HasProtectionLevel Property

 

When overridden in a derived class, gets a value that indicates whether the member has a protection level assigned.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property bool HasProtectionLevel {
	bool get();
}

Property Value

Type: System::Boolean

true if the member has a protection level; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: