Share via


ProviderEndpointBehaviorAttribute.GetHashCode Method ()

 

Returns a hash code for the ProviderEndpointBehaviorAttribute object.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

public override int GetHashCode()
public:
virtual int GetHashCode() override
Public Overrides Function GetHashCode As Integer

Return Value

Type: System.Int32

A hash code for the ProviderEndpointBehaviorAttribute object.

See Also

ProviderEndpointBehaviorAttribute Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top