CacheRefreshPlan.ModifiedBy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A string
value that represents the user that last modified the cache refresh plan.
Remarks
This property is read-only.