ReportingServicesBatchUpload.ReportingServices2005WebService.ReportingService2005.GetRolePropertiesAsync C# (CSharp) Method

GetRolePropertiesAsync() public method

public GetRolePropertiesAsync ( string Name ) : void
Name string
return void
        public void GetRolePropertiesAsync(string Name) {
            this.GetRolePropertiesAsync(Name, null);
        }
        

Same methods

ReportingService2005::GetRolePropertiesAsync ( string Name, object userState ) : void
ReportingService2005