GameServicePropertyCollection.GetPropertyAsync(String) Method
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 specified game service property.
public:
virtual IAsyncOperation<Platform::Object ^> ^ GetPropertyAsync(Platform::String ^ propertyName) = GetPropertyAsync;
IAsyncOperation<IInspectable> GetPropertyAsync(winrt::hstring const& propertyName);
public IAsyncOperation<object> GetPropertyAsync(string propertyName);
function getPropertyAsync(propertyName)
Public Function GetPropertyAsync (propertyName As String) As IAsyncOperation(Of Object)
Parameters
- propertyName
-
String
Platform::String
winrt::hstring
The name of the property to retrieve.
Returns
When this method completes successfully, it returns an object representing the requested property.
Remarks
All members of the Windows.Phone.System.UserProfile.GameServices.Core namespace can only be used by the XBox Live SDK. These APIs cannot be called except by applications that have the ID_CAP_GAMERSERVICES capability.