ActiveDirectorySiteLink.Cost 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置站点链接开销。
public:
property int Cost { int get(); void set(int value); };
public int Cost { get; set; }
member this.Cost : int with get, set
Public Property Cost As Integer
属性值
与此站点链接相关联的开销。 默认值为 100。
例外
Active Directory 域服务操作失败。 有关详细信息,请参见异常相关内容。
开销小于零。 (仅适用于设置)
已释放此对象。