CacheRefreshPlan.ModifiedBy Property
Definition
获取上次修改缓存刷新计划的用户。Gets the user that last modified the cache refresh plan.
public:
property System::String ^ ModifiedBy { System::String ^ get(); void set(System::String ^ value); };
public string ModifiedBy { get; set; }
member this.ModifiedBy : string with get, set
Public Property ModifiedBy As String
Property Value
一个string
值,该值表示上次修改缓存刷新计划的用户。A string
value that represents the user that last modified the cache refresh plan.
Remarks
此属性是只读的。This property is read-only.