SignInRequestMessage.Federation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置消息的 wfed 参数。
public:
property System::String ^ Federation { System::String ^ get(); void set(System::String ^ value); };
public string Federation { get; set; }
member this.Federation : string with get, set
Public Property Federation As String
属性值
wfed 参数的值。 这被指定为 URI。
注解
wfed 参数指定消息的联合上下文。 wfed 参数是可选的。 设置为 Federation 属性 null
或空字符串以从消息中删除 wfed 参数。