Microsoft.ResourceManagement.ObjectModel.ResourceTypes.RmPerson.GetResourceType C# (CSharp) Method

GetResourceType() public method

Gets the FIM name of the wrapped resource type.
public GetResourceType ( ) : string
return string
        public override string GetResourceType()
        {
            return ResourceType;
        }