StagingBatchInformation.MemberAttributeTotalCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置已尝试的属性更新次数。
public:
property int MemberAttributeTotalCount { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int MemberAttributeTotalCount { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MemberAttributeTotalCount : int with get, set
Public Property MemberAttributeTotalCount As Integer
属性值
一个表示属性更新尝试次数的整数。
- 属性