ServiceAuthorizationBehavior.ShouldSerializeServiceAuthorizationManager 方法

定义

返回一个值,该值指示 ServiceAuthorizationManager 属性是否已更改,不再是默认值且应对其进行序列化。

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

返回

如果应当序列化 ServiceAuthorizationManager 属性值,则为 true;否则为 false

适用于