'DeclarationPublic Function GetSecurityLogin( _ ByVal name As String _ ) As SecurityLogin
public SecurityLogin GetSecurityLogin( string name )
Parameters
- name
- The name or SID of the login to fetch.
Return Value
The Security Login, or null (Nothing) if no matching object is found.