Policy.Assertions Property
Gets the collection of policy assertions.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim policy1 As Policy
Dim returnValue As Collection(Of PolicyAssertion)
returnValue = policy1.Assertions
Syntax
'Declaration
Public ReadOnly Property Assertions() As Collection(Of PolicyAssertion)
public Collection<PolicyAssertion> Assertions {get;}
public:
property Collection<PolicyAssertion^>^ Assertions {
Collection<PolicyAssertion^>^ get();
}
public Collection<PolicyAssertion> get_Assertions();
JScript does not support Generics.
Property Value
A System.Collections.ObjectModel.Collection of type PolicyAssertion that contains the policy assertions.
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
Policy Class
Policy Members
Microsoft.Web.Services3.Design Namespace