RemoteArgument.UInt32Value 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
获取或设置 UInt32 表示的 RemoteArgument。
public:
property System::UInt32 UInt32Value { System::UInt32 get(); void set(System::UInt32 value); };
[System.CLSCompliant(false)]
public uint UInt32Value { get; set; }
[<System.CLSCompliant(false)>]
member this.UInt32Value : uint32 with get, set
Public Property UInt32Value As UInteger
属性值
UInt32 表示的 RemoteArgument;如果尚未指定 RemoteArgument 的值,则为 0(零)。
- 属性