SPSiteSubscriptionSettings.TryGetAdminProperty Method
Include Protected Members
Include Inherited Members
Returns the administrative property that is associated with a specified key.
Overload List
Name | Description | |
---|---|---|
TryGetAdminProperty(String, Boolean) | Returns the administrative property that is associated with the specified key and assigns the value to a variable of type Boolean. | |
TryGetAdminProperty(String, DateTime) | Returns the administrative property that is associated with the specified key and assigns the value to a variable of type DateTime. | |
TryGetAdminProperty(String, Guid) | Returns the administrative property that is associated with the specified key and assigns the value to a variable of type Guid. | |
TryGetAdminProperty(String, Int32) | Returns the administrative property that is associated with the specified key and assigns the value to a variable of type Int32. | |
TryGetAdminProperty(String, Int64) | Returns the administrative property that is associated with the specified key and assigns the value to a variable of type Int64. | |
TryGetAdminProperty(String, String) | Returns the administrative property that is associated with the specified key and assigns the value to a variable of type String. |
Top
See Also
Reference
SPSiteSubscriptionSettings Class