ServiceAuthorizationBehavior.ShouldSerializeServiceAuthorizationManager Method

Definition

Returns a value that indicates whether the ServiceAuthorizationManager property has changed from its default value and should be serialized.

public:
 bool ShouldSerializeServiceAuthorizationManager();
public bool ShouldSerializeServiceAuthorizationManager ();
member this.ShouldSerializeServiceAuthorizationManager : unit -> bool
Public Function ShouldSerializeServiceAuthorizationManager () As Boolean

Returns

true if the ServiceAuthorizationManager property value should be serialized; otherwise, false.

Applies to