SPSiteSubscriptionSettings.TryGetAdminProperty method
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