SecurityPolicyAssertion.MessageProtectionOrder Property
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim securityPolicyAssertion1 As SecurityPolicyAssertion
Dim returnValue As MessageProtectionOrder
returnValue = securityPolicyAssertion1.MessageProtectionOrder
Dim sampleValue As MessageProtectionOrder
securityPolicyAssertion1.MessageProtectionOrder = sampleValue
Syntax
'Declaration
Public Property MessageProtectionOrder() As MessageProtectionOrder
public MessageProtectionOrder MessageProtectionOrder {get; set;}
public:
property MessageProtectionOrder MessageProtectionOrder {
MessageProtectionOrder get();
void set(MessageProtectionOrder value);
}
public MessageProtectionOrder get_MessageProtectionOrder();
public void set_MessageProtectionOrder(MessageProtectionOrder);
public function get MessageProtectionOrder() : MessageProtectionOrder;
public function set MessageProtectionOrder(MessageProtectionOrder);
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
SecurityPolicyAssertion Class
SecurityPolicyAssertion Members
Microsoft.Web.Services3.Design Namespace