iControl.LocalLBLSNLogProfile.get_description C# (CSharp) Method

get_description() private method

private get_description ( string profiles ) : string[]
profiles string
return string[]
        public string[] get_description(
		string [] profiles
	)
        {
            object [] results = this.Invoke("get_description", new object [] {
                profiles});
            return ((string [])(results[0]));
        }
LocalLBLSNLogProfile